home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / gnome-doc-utils / template-document.xml < prev    next >
Extensible Markup Language  |  2009-09-22  |  1KB  |  42 lines

  1. <?xml version="1.0"?>
  2. <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML 4.1.2//EN" "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
  3. <article id="@DOCUMENT@">
  4.   <articleinfo>
  5.     <title>Document title</title>
  6.     <authorgroup>
  7.       <author>
  8.     <firstname>My name</firstname> <surname>Last name</surname>
  9.     <affiliation>
  10.       <address>
  11.         <email>@USERNAME@@@DOMAIN@</email>
  12.       </address>
  13.     </affiliation>
  14.       </author>
  15.     </authorgroup>
  16.     <copyright>
  17.       <year>@YEAR@</year> <holder>My Full Name</holder>
  18.     </copyright>
  19.     <publisher>
  20.       <publishername>GNOME Documentation Project</publishername>
  21.     </publisher>
  22.     <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
  23.     <revhistory>
  24.       <revision>
  25.         <revnumber>0.1</revnumber>
  26.         <date>@DATE@</date>
  27.       </revision>
  28.     </revhistory>
  29.   </articleinfo>
  30.  
  31.   <section id="intro">
  32.     <title>Introduction.</title>
  33.       <para>Foo.</para>
  34.   </section>
  35.  
  36.    <section id="end">
  37.       <title>The End.</title> 
  38.       <para>Bar.</para>
  39.    </section>
  40.  
  41. </article>
  42.